From f0212914230815e9ee4fab6a6d5867184a5e04ac Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 7 Jan 2012 02:25:17 +0100 Subject: [PATCH] tests: Fix for changes in this branch The expected results are now more correct, but still not perfect. --- tests/css/parser/declarations-valid-04.ref.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/css/parser/declarations-valid-04.ref.css b/tests/css/parser/declarations-valid-04.ref.css index 805d477229..2d8582d21a 100644 --- a/tests/css/parser/declarations-valid-04.ref.css +++ b/tests/css/parser/declarations-valid-04.ref.css @@ -1,6 +1,6 @@ * { - font-family: "Sans"; - font-size: 10; + font-family: initial; + font-size: initial; font-style: normal; font-variant: normal; font-weight: bold; -- 2.30.2